Skip to content

Add armoriq marketplace (ArmorClaude — security plugin)#66

Closed
Harihara04sudhan wants to merge 1 commit into
Chat2AnyLLM:mainfrom
Harihara04sudhan:add-armorclaude-marketplace
Closed

Add armoriq marketplace (ArmorClaude — security plugin)#66
Harihara04sudhan wants to merge 1 commit into
Chat2AnyLLM:mainfrom
Harihara04sudhan:add-armorclaude-marketplace

Conversation

@Harihara04sudhan
Copy link
Copy Markdown

What

Adds the armoriq marketplace to `plugin_repos.json`. This is the official ArmorIQ marketplace for Claude Code security plugins, with one plugin published today (`armorclaude`).

Install command

```
cam plugin marketplace install armoriq
cam plugin install armorclaude
```

What armorclaude does

Intent-based security enforcement for Claude Code:

  • Hooks: PreToolUse, PostToolUse, SessionStart, UserPromptSubmit, PermissionRequest
  • Registers the LLM's plan via MCP (`register_intent_plan` tool) before any tool fires
  • Mints a signed intent JWT against the ArmorIQ backend
  • Blocks tool calls that drift from the registered plan (intent drift detection)
  • Policies managed in natural language via the `policy_update` MCP tool
  • Optional CSRG cryptographic proofs (Merkle-tree-bound policy hashes)
  • Central audit visible at `platform.armoriq.ai`

Plugin source: https://github.com/armoriq/armorClaude (main branch).

Schema diff

One entry added to `plugin_repos.json`:

```json
"armoriq": {
"name": "armoriq",
"description": "ArmorIQ intent-based security enforcement for Claude Code...",
"enabled": true,
"type": "marketplace",
"repoOwner": "armoriq",
"repoName": "armorClaude",
"repoBranch": "main"
}
```

Verified the marketplace.json at the source: https://github.com/armoriq/armorClaude/blob/main/.claude-plugin/marketplace.json

Note

The same enforcement model also ships for OpenAI Codex (armorcodex) and GitHub Copilot CLI (armorcopilot) under their own repos. Adding only the Claude marketplace here since this list is curated for Claude Code plugins.

ArmorIQ ships intent-based security enforcement for Claude Code at
github.com/armoriq/armorClaude. The marketplace is at the repo root
(.claude-plugin/marketplace.json on the main branch) and currently
publishes one plugin: armorclaude.

  cam plugin marketplace install armoriq
  cam plugin install armorclaude

Brief: armorclaude hooks PreToolUse / PostToolUse / SessionStart /
UserPromptSubmit, registers the LLM's plan via MCP before any tool
fires, mints a signed intent JWT, and blocks tool calls that drift
from the registered plan. Policies are managed in natural language
via the policy_update MCP tool. Optional CSRG cryptographic proofs.
Central audit visible at platform.armoriq.ai.

The same enforcement model also ships for OpenAI Codex (armorcodex)
and GitHub Copilot CLI (armorcopilot) under their own repos. Adding
just the Claude marketplace here for now since this list is curated
for Claude Code plugins.
zhujian0805 pushed a commit to Chat2AnyLLM/awesome-repo-configs that referenced this pull request Jun 2, 2026
Forwarded from Chat2AnyLLM/code-assistant-manager#66 by @Harihara04sudhan
— marketplace entries belong here in awesome-repo-configs rather than
in code-assistant-manager.

ArmorIQ intent-based security enforcement for Claude Code (also ships
for OpenAI Codex and GitHub Copilot CLI under the same model).

Upstream: https://github.com/armoriq/armorClaude (public, has
.claude-plugin/marketplace.json, 4 stars, recently active).
@zhujian0805
Copy link
Copy Markdown
Collaborator

Hi @Harihara04sudhan — thanks for the submission!

Quick note on repo layout: code-assistant-manager is the CLI itself. Marketplace registry entries live in our companion repo Chat2AnyLLM/awesome-repo-configs (which cam consumes at runtime), so registry additions should target that repo's plugin_repos.json.

I've forwarded your entry there on your behalf — see Chat2AnyLLM/awesome-repo-configs#45 (you're credited in the PR description and commit message). Once that merges, armorclaude will be installable via cam for everyone.

Closing this PR in favor of the awesome-repo-configs PR. Thanks for contributing — feel free to review/comment over there if anything in the description needs tweaking!

@zhujian0805 zhujian0805 closed this Jun 2, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants